-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce forceRender param #1901
Conversation
1a68929
to
149fd77
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1901 +/- ##
==========================================
- Coverage 71.70% 71.68% -0.02%
==========================================
Files 33 33
Lines 2774 2801 +27
Branches 614 625 +11
==========================================
+ Hits 1989 2008 +19
- Misses 671 680 +9
+ Partials 114 113 -1
☔ View full report in Codecov by Sentry. |
@VadimKovalenkoSNF Thank you, please fix codefactor so I can merge. |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few questions still open my side
src/util/saveArticles.ts
Outdated
) { | ||
DU.deleteNode(section) | ||
} | ||
// Mobile view === details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we not move this (remove empty sections) in the renders code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this moved to the abstract renderer now after rebasing on top of recent changes with #1886
@VadimKovalenkoSNF A rebase (with conflict fixing) will be needed here |
b1019a2
to
9237475
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Create
forceRender
param to CLI, this is an enhancement for #1887